home *** CD-ROM | disk | FTP | other *** search
- Path: news.production.compuserve.com!news
- From: Earl F. Glynn <73257.3527@CompuServe.COM>
- Newsgroups: comp.lang.c,comp.lang.c++
- Subject: C/C++ Program Predicts Next Prez
- Date: 7 Mar 1996 04:35:03 GMT
- Organization: CompuServe, Inc. (1-800-689-0736)
- Message-ID: <4hlp1n$rku$2@mhafn.production.compuserve.com>
-
- Here's a simple C/C++ program that predicts who the next U.S.
- president will be:
-
- C/C++ Program nextprez.c
- ------------------------
- /* Earl F. Glynn, 6 March 1996 */
- #include <stdio.h>
- void main()
- {
- printf ("The next president will be %X %X\n", 2827, 53278);
- }
-
- --
- Earl F. Glynn
- Staff Scientist
- E for M Corporation, Cardiology Products Division
- 73257.3527@compuserve.com
-